Package pl. wendigo. chrome. api. css
Types
AddRuleRequest
Link copied to clipboard
data class AddRuleRequest(styleSheetId: StyleSheetId, ruleText: String, location: SourceRange)
Content copied to clipboard
Represents request frame that can be used with CSS#addRule operation call.
AddRuleResponse
Link copied to clipboard
CollectClassNamesRequest
Link copied to clipboard
CollectClassNamesResponse
Link copied to clipboard
CreateStyleSheetRequest
Link copied to clipboard
CreateStyleSheetResponse
Link copied to clipboard
CSSComputedStyleProperty
Link copied to clipboard
CSSKeyframeRule
Link copied to clipboard
data class CSSKeyframeRule(styleSheetId: StyleSheetId?, origin: StyleSheetOrigin, keyText: Value, style: CSSStyle)
Content copied to clipboard
CSSKeyframesRule
Link copied to clipboard
data class CSSKeyframesRule(animationName: Value, keyframes: List<CSSKeyframeRule>)
Content copied to clipboard
CSSMedia
Link copied to clipboard
data class CSSMedia(text: String, source: String, sourceURL: String?, range: SourceRange?, styleSheetId: StyleSheetId?, mediaList: List<MediaQuery>?)
Content copied to clipboard
CSSProperty
Link copied to clipboard
data class CSSProperty(name: String, value: String, important: Boolean?, implicit: Boolean?, text: String?, parsedOk: Boolean?, disabled: Boolean?, range: SourceRange?)
Content copied to clipboard
CSSRule
Link copied to clipboard
data class CSSRule(styleSheetId: StyleSheetId?, selectorList: SelectorList, origin: StyleSheetOrigin, style: CSSStyle, media: List<CSSMedia>?)
Content copied to clipboard
CSSStyle
Link copied to clipboard
data class CSSStyle(styleSheetId: StyleSheetId?, cssProperties: List<CSSProperty>, shorthandEntries: List<ShorthandEntry>, cssText: String?, range: SourceRange?)
Content copied to clipboard
CSSStyleSheetHeader
Link copied to clipboard
data class CSSStyleSheetHeader(styleSheetId: StyleSheetId, frameId: FrameId, sourceURL: String, sourceMapURL: String?, origin: StyleSheetOrigin, title: String, ownerNode: BackendNodeId?, disabled: Boolean, hasSourceURL: Boolean?, isInline: Boolean, isMutable: Boolean, isConstructed: Boolean, startLine: Double, startColumn: Double, length: Double, endLine: Double, endColumn: Double)
Content copied to clipboard
FontFace
Link copied to clipboard
FontsUpdatedEvent
Link copied to clipboard
FontVariationAxis
Link copied to clipboard
ForcePseudoStateRequest
Link copied to clipboard
data class ForcePseudoStateRequest(nodeId: NodeId, forcedPseudoClasses: List<String>)
Content copied to clipboard
Represents request frame that can be used with CSS#forcePseudoState operation call.
GetBackgroundColorsRequest
Link copied to clipboard
GetBackgroundColorsResponse
Link copied to clipboard
data class GetBackgroundColorsResponse(backgroundColors: List<String>?, computedFontSize: String?, computedFontWeight: String?)
Content copied to clipboard
Represents response frame that is returned from CSS#getBackgroundColors operation call.
GetComputedStyleForNodeRequest
Link copied to clipboard
GetComputedStyleForNodeResponse
Link copied to clipboard
data class GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)
Content copied to clipboard
Represents response frame that is returned from CSS#getComputedStyleForNode operation call.
GetInlineStylesForNodeRequest
Link copied to clipboard
GetInlineStylesForNodeResponse
Link copied to clipboard
data class GetInlineStylesForNodeResponse(inlineStyle: CSSStyle?, attributesStyle: CSSStyle?)
Content copied to clipboard
Represents response frame that is returned from CSS#getInlineStylesForNode operation call.
GetMatchedStylesForNodeRequest
Link copied to clipboard
GetMatchedStylesForNodeResponse
Link copied to clipboard
data class GetMatchedStylesForNodeResponse(inlineStyle: CSSStyle?, attributesStyle: CSSStyle?, matchedCSSRules: List<RuleMatch>?, pseudoElements: List<PseudoElementMatches>?, inherited: List<InheritedStyleEntry>?, cssKeyframesRules: List<CSSKeyframesRule>?)
Content copied to clipboard
Represents response frame that is returned from CSS#getMatchedStylesForNode operation call.
GetMediaQueriesResponse
Link copied to clipboard
GetPlatformFontsForNodeRequest
Link copied to clipboard
GetPlatformFontsForNodeResponse
Link copied to clipboard
data class GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)
Content copied to clipboard
Represents response frame that is returned from CSS#getPlatformFontsForNode operation call.
GetStyleSheetTextRequest
Link copied to clipboard
GetStyleSheetTextResponse
Link copied to clipboard
InheritedStyleEntry
Link copied to clipboard
data class InheritedStyleEntry(inlineStyle: CSSStyle?, matchedCSSRules: List<RuleMatch>)
Content copied to clipboard
MediaQuery
Link copied to clipboard
data class MediaQuery(expressions: List<MediaQueryExpression>, active: Boolean)
Content copied to clipboard
MediaQueryExpression
Link copied to clipboard
data class MediaQueryExpression(value: Double, unit: String, feature: String, valueRange: SourceRange?, computedLength: Double?)
Content copied to clipboard
PlatformFontUsage
Link copied to clipboard
data class PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)
Content copied to clipboard
PseudoElementMatches
Link copied to clipboard
data class PseudoElementMatches(pseudoType: PseudoType, matches: List<RuleMatch>)
Content copied to clipboard
SelectorList
Link copied to clipboard
SetEffectivePropertyValueForNodeRequest
Link copied to clipboard
data class SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setEffectivePropertyValueForNode operation call.
SetKeyframeKeyRequest
Link copied to clipboard
data class SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setKeyframeKey operation call.
SetKeyframeKeyResponse
Link copied to clipboard
SetLocalFontsEnabledRequest
Link copied to clipboard
SetMediaTextRequest
Link copied to clipboard
data class SetMediaTextRequest(styleSheetId: StyleSheetId, range: SourceRange, text: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setMediaText operation call.
SetMediaTextResponse
Link copied to clipboard
SetRuleSelectorRequest
Link copied to clipboard
data class SetRuleSelectorRequest(styleSheetId: StyleSheetId, range: SourceRange, selector: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setRuleSelector operation call.
SetRuleSelectorResponse
Link copied to clipboard
SetStyleSheetTextRequest
Link copied to clipboard
data class SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setStyleSheetText operation call.
SetStyleSheetTextResponse
Link copied to clipboard
SetStyleTextsRequest
Link copied to clipboard
SetStyleTextsResponse
Link copied to clipboard
ShorthandEntry
Link copied to clipboard
data class ShorthandEntry(name: String, value: String, important: Boolean?)
Content copied to clipboard
SourceRange
Link copied to clipboard
data class SourceRange(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)
Content copied to clipboard
StopRuleUsageTrackingResponse
Link copied to clipboard
StyleDeclarationEdit
Link copied to clipboard
data class StyleDeclarationEdit(styleSheetId: StyleSheetId, range: SourceRange, text: String)
Content copied to clipboard
StyleSheetAddedEvent
Link copied to clipboard
StyleSheetChangedEvent
Link copied to clipboard
StyleSheetId
Link copied to clipboard
StyleSheetOrigin
Link copied to clipboard
StyleSheetRemovedEvent
Link copied to clipboard
TakeComputedStyleUpdatesResponse
Link copied to clipboard
TakeCoverageDeltaResponse
Link copied to clipboard
data class TakeCoverageDeltaResponse(coverage: List<RuleUsage>, timestamp: Double)
Content copied to clipboard
Represents response frame that is returned from CSS#takeCoverageDelta operation call.
TrackComputedStyleUpdatesRequest
Link copied to clipboard
data class TrackComputedStyleUpdatesRequest(propertiesToTrack: List<CSSComputedStyleProperty>)
Content copied to clipboard
Represents request frame that can be used with CSS#trackComputedStyleUpdates operation call.
Value
Link copied to clipboard